PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPageCanvasPosition Enumeration
In This Topic
    PDFPageCanvasPosition Enumeration
    In This Topic
    Defines the supported positions for page canvas when drawing on a page imported from an existing file.
    Members
    MemberDescription
    OVER_EXISTING_PAGE_CONTENTThe page canvas is placed on top of existing page content.
    UNDER_EXISTING_PAGE_CONTENTThe page canvas is placed under existing page content.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.graphics.PDFPageCanvasPosition

    See Also